バージョン

SwapItems(IEnumerable<T>,Int32) メソッド

SwapCollection<T> の 2 つの項目の位置を入れ替えます。
シンタックス
'宣言
 
Public Overloads Sub SwapItems( _
   ByVal items As IEnumerable(Of T), _
   ByVal index As Integer _
) 
public void SwapItems( 
   IEnumerable<T> items,
   int index
)

パラメータ

items
入れ替える項目のリスト。
index
項目を移動する位置のインデックス。
参照